Q3PickIDStyle_Submit
You can use theQ3PickIDStyle_Submit
function to submit a picking ID style in immediate mode.
TQ3Status Q3PickIDStyle_Submit ( unsigned long id, TQ3ViewObject view);
id
- A picking ID.
view
- A view.
DESCRIPTION
TheQ3PickIDStyle_Submit
function sets the picking ID of the view specified by theview
parameter to the value specified by theid
parameter.SPECIAL CONSIDERATIONS
You should callQ3PickIDStyle_Submit
only in a submitting loop.